- 01. Intro to Lesson 2
- 02. Import Existing Project
- 03. Checking the build.gradle file
- 04. Solution Code on GitHub
- 05. Steps to Create a DB
- 06. Identify Schema
- 07. What is a Contract Class?
- 08. Create the Contract
- 09. Check Constant Names
- 10. Create Database with SQLiteOpenHelper
- 11. Getting a Database Connection
- 12. Pull database file from device
- 13. SQLite Database Object and Inserting Data
- 14. Insert Dummy Pet from Menu Item
- 15. Insert Pet From Editor
- 16. Insert Pet from Editor Quiz
- 17. Database Query Method
- 18. SQL Injection Example
- 19. What is a Cursor?
- 20. Use Database Query Method
- 21. Handling a Cursor object
- 22. Read Values from Cursor
- 23. Recap of Lesson 2
- 24. Reflection